You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Sub Method > Matrix.Sub Method ([In] TMtxVec, [In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Sub Method ([In] TMtxVec, [In] TMtxVec)

Subtract Vec2 elements from Vec1 elements and store the results in calling object.

Syntax
C#
Visual Basic
public TMtxVec Sub([In] TMtxVec Vec1, [In] TMtxVec Vec2);

Size and Complex property of calling object are adjusted automatically. An exception is raised if Vec1 and Vec2 size and Complex property do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!